* mh-compat.el (mh-define-obsolete-variable-alias)
authorBill Wohler <wohler@newt.com>
Sun, 25 Nov 2012 04:13:04 +0000 (20:13 -0800)
committerBill Wohler <wohler@newt.com>
Sun, 25 Nov 2012 04:13:04 +0000 (20:13 -0800)
commitc3df1e4749c72fd127d8a272ca74ee5c8e630414
tree9c9ed2e4395eff7164cec2eb2c13d9f9791b7061
parent79177e3d17d31a2fc0af5c9ee08adb99bc1dac52
* mh-compat.el (mh-define-obsolete-variable-alias)
(mh-make-obsolete-variable): New macros to fix XEmacs compiler
warnings.

* mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable
macro.

* mh-e.el (mh-kill-folder-suppress-prompt-hooks): Use new
mh-define-obsolete-variable-alias macro.

* mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and
flet elsewhere.

* mh-thread.el (mh-thread-set-tables): Replace flet with new alias
mh-cl-flet.

* mh-show.el (mh-gnus-article-highlight-citation): Replace flet with
new alias mh-cl-flet.

* mh-mime.el (mh-display-with-external-viewer, mh-mime-display)
(mh-press-button, mh-push-button, mh-display-emphasis): Replace flet
with new alias mh-cl-flet.

* mh-e.el (mh-invisible-header-fields-internal): Remove trailing
  whitespace.
lisp/mh-e/ChangeLog
lisp/mh-e/mh-comp.el
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-e.el
lisp/mh-e/mh-letter.el
lisp/mh-e/mh-mime.el
lisp/mh-e/mh-show.el
lisp/mh-e/mh-thread.el